home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / cdgtst / globals.h < prev    next >
C/C++ Source or Header  |  1998-12-09  |  335b  |  14 lines

  1. // Globals for CDigitST_Demo
  2. #ifndef _GLOBALS_H
  3. #define _GLOBALS_H
  4.  
  5. #define PROJECT_NAME "CDigitST v1.0"
  6. #define SEMAPHORE_NAME "10CDigitST"
  7.  
  8. #define IDS_MAILADDR "mailto:davide_calabro@yahoo.com"
  9. #define IDS_HOMEPAGEADDR  "http://members.tripod.com/~SoftechSoftware/index.html" 
  10.  
  11. #define STSIGN "SoftechSoftware"
  12.  
  13. #endif
  14.